colorplane: Don't connect to the configure-event signal
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 26 Jun 2014 18:16:26 +0000 (14:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 04:10:42 +0000 (00:10 -0400)
commit2651b99a131fd7633bb9ce4fbb02aaff75c6dff0
treee4c6b7537b6e5e5bca495268bb52d13b1e96961b
parent691dd83580d2fa21f11b63bfb8671cd20eae9c9b
colorplane: Don't connect to the configure-event signal

We want to stop people from using configure events
entirely. GtkDrawingArea synthesizes a configure event, but we can just
make the only user of this functionality stop it, and correct the
documentation to not mention it.
gtk/gtkcolorplane.c
gtk/gtkdrawingarea.c